Uses of Interface
de.cebis.moccabox.application.context.ITaskContextManager

Packages that use ITaskContextManager
de.cebis.moccabox.application.context   
de.cebis.moccabox.application.impl.hibernate   
de.cebis.moccabox.application.standard   
 

Uses of ITaskContextManager in de.cebis.moccabox.application.context
 

Methods in de.cebis.moccabox.application.context that return ITaskContextManager
 ITaskContextManager ITaskContext.getTaskContextManager()
          Zurückliefern des ITaskContextManager, der für die Verwaltung und die Parametrisierung des ITaskContext zuständig ist.
 

Uses of ITaskContextManager in de.cebis.moccabox.application.impl.hibernate
 

Classes in de.cebis.moccabox.application.impl.hibernate that implement ITaskContextManager
 class TaskContextManager
          Der TaskContextManager wird durch Spring instantiiert und über die moccabox.xml (siehe Snippet unten) spezifiziert.
 

Methods in de.cebis.moccabox.application.impl.hibernate that return ITaskContextManager
 ITaskContextManager TaskContext.getTaskContextManager()
           
 

Methods in de.cebis.moccabox.application.impl.hibernate with parameters of type ITaskContextManager
 void TaskContext.setTaskContextManager(ITaskContextManager contextManager)
          Setzen des ITaskContextManager, der für die Koordination des ITaskContext zuständig ist, in dem die IBusinessTask- Objekte ausgeführt werden.
 

Constructors in de.cebis.moccabox.application.impl.hibernate with parameters of type ITaskContextManager
TaskContext(ITaskContextManager manager)
          Konstruktor zum Anlegen eines neuen TaskContext
 

Uses of ITaskContextManager in de.cebis.moccabox.application.standard
 

Methods in de.cebis.moccabox.application.standard that return ITaskContextManager
 ITaskContextManager StandardTaskController.getTaskContextManager()
          Zurückgeben des korrespondierenden ITaskContextManager.
 

Methods in de.cebis.moccabox.application.standard with parameters of type ITaskContextManager
 void StandardTaskController.setTaskContextManager(ITaskContextManager contextManager)
          Setzen des ITaskContextManager, der für die Koordination des ITaskContext zuständig ist, in dem die IBusinessTask- Objekte ausgeführt werden.